|
Neurosis Engine
|
#include <custom.h>
Public Member Functions | |
| color3 (float initR=0.0f, float initG=0.0f, float initB=0.0f) | |
| ~color3 () | |
| Constructor/Deconstructor. | |
| void | operator= (color3 rhs) |
| bool | operator== (color3 rhs) |
| bool | operator!= (color3 rhs) |
| Operators. | |
Public Attributes | |
| float | r |
| float | g |
| float | b |
| color3::color3 | ( | float | initR = 0.0f, |
| float | initG = 0.0f, |
||
| float | initB = 0.0f |
||
| ) |
| color3::~color3 | ( | ) |
Constructor/Deconstructor.
| bool color3::operator!= | ( | color3 | rhs | ) |
Operators.
| void color3::operator= | ( | color3 | rhs | ) |
| bool color3::operator== | ( | color3 | rhs | ) |
| float color3::b |
| float color3::g |
| float color3::r |
1.7.6.1